home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
- <?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
-
- <dialog id="CopyPlainTextOptions"
- buttons="accept,cancel"
- title="Copy Plain Text Options"
- ondialogaccept="return copyplaintext_options_save();"
- ondialogcancel="return true;"
- onload="copyplaintext_options_init();"
- xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
-
- <script type="application/x-javascript" src="chrome://copyplaintext/content/options.js"></script>
- <groupbox>
- <caption label="Formatting" />
-
- <checkbox id="trim" label="Trim space around text" />
- <checkbox id="extra-space" label="Replace double spaces with single space" />
- <checkbox id="extra-newline" label="Replace double newlines with sinle newline" checked="true" />
- </groupbox>
-
- </dialog>